NoteCollectionCopyTo Method |
Copies an
Note array to the collection, starting at a specified target index.
Namespace:
Independentsoft.Sip.Presence
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic void CopyTo(
Note[] note,
int index
)
Public Sub CopyTo (
note As Note(),
index As Integer
)
Parameters
- note
- Type: Independentsoft.Sip.PresenceNote
The array of Note objects to copy to the collection. - index
- Type: SystemInt32
The index at which the copied notes begin.
See Also